15. Exercise: Code Coverage
Exercise: Code Coverage
Use Code Coverage to Find Testing Gap
Task Description:
The Starter Project for this exercise should be similar to the last solution from the previous exercise, so you can use either. For this exercise, use the Run With Coverage tool in IntelliJ to find the untested code and update your unit tests to cover it.
Task Feedback:
Great job!